Auto merge of #3193 - matklad:kill-command-proto, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 12 Oct 2016 14:24:47 +0000 (07:24 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2016 14:24:47 +0000 (07:24 -0700)
commitee3acca1035f41d87a6be91b42daf02c565ae996
tree53c55d9c1f4395d1f4ad26cf1f8277ba2f6b43a1
parent601ce8e5f047e47d0ce675f598a646d9ae858d85
parent5aae6f09b31130e826572e685f9118d3edc81fe6
Auto merge of #3193 - matklad:kill-command-proto, r=alexcrichton

Remove command prototype

A followup of #3177 . I am not sure, but perhaps we can remove/refactor `CommandType` as well: for each command variant, `Compilation` as a public dedicated method, but it also has a generic one (`process`) (haha: https://github.com/rust-lang/cargo/pull/1107/files#r22429844).